home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 850 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Where am I going wrong?
  5. Date: Tue, 09 Jan 96 17:41:48 GMT
  6. Organization: none
  7. Distribution: world
  8. Message-ID: <821209308snz@genesis.demon.co.uk>
  9. References: <414.1168.52@anjo.hi.net>
  10. Reply-To: fred@genesis.demon.co.uk
  11. X-NNTP-Posting-Host: genesis.demon.co.uk
  12. X-Newsreader: Demon Internet Simple News v1.27
  13. X-Mail2News-Path: genesis.demon.co.uk
  14.  
  15. In article <414.1168.52@anjo.hi.net> amcleod@anjo.hi.net "Angus Mcleod" writes:
  16.  
  17. >I'm trying to create an OS/2 .DLL with functions I can call from REXX.
  18. >
  19. >Here is my super-simple trial source:
  20. >
  21. >
  22. >
  23. >     #define INCL_REXXSAA
  24. >
  25. >     #include <rexxsaa.h>
  26.  
  27. The behaviour of your program depends on things not defined by the C language
  28. so as far as comp.lang.c is concerned it is simply a case of undefined
  29. behaviour. You need to post to a newsgroup where things like rexxsaa.h
  30. (and OS/2 and .DLL and REXX) are meaningful, perhaps
  31. comp.os.os2.programmer.misc
  32.  
  33. -- 
  34. -----------------------------------------
  35. Lawrence Kirby | fred@genesis.demon.co.uk
  36. Wilts, England | 70734.126@compuserve.com
  37. -----------------------------------------
  38.